ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ExtraMapLayer<T> Class
Members

In This Topic
    ExtraMapLayer<T> Class
    In This Topic
    Represents a layer in the map.
    Object Model
    ExtraMapLayer<T> ClassColorScale ClassSVGStyle Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class ExtraMapLayer(Of T) 
       Inherits MapLayerBase(Of T)
    public abstract class ExtraMapLayer<T> : MapLayerBase<T> 
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.MapLayerBase<T>
          C1.Web.Mvc.ExtraMapLayer<T>
             C1.Web.Mvc.GeoGridLayer<T>
             C1.Web.Mvc.GeoMapLayer<T>
             C1.Web.Mvc.ScatterMapLayer<T>

    See Also